From ca00403ecee10e337e3693600fd0508bada2b8c7 Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Wed, 10 Jan 2007 09:39:24 +0000 Subject: [PATCH] [PATCH] kexec/kdump: remove unnecessary incusion of asm/fixmap.h I think this a legacy of an older revision of this code, but asm/fixmap.h does not seem to be needed in asm-x86/x86_32/kexec.h or asm-x86/x86_64/kexec.h That is, neither of these incarntations of kexec.h seem to do anything related to fixmap directly or indirectly. Signed-off-by: Simon Horman --- xen/include/asm-x86/x86_32/kexec.h | 1 - xen/include/asm-x86/x86_64/kexec.h | 1 - 2 files changed, 2 deletions(-) diff --git a/xen/include/asm-x86/x86_32/kexec.h b/xen/include/asm-x86/x86_32/kexec.h index aa6db02088..cb4ada715e 100644 --- a/xen/include/asm-x86/x86_32/kexec.h +++ b/xen/include/asm-x86/x86_32/kexec.h @@ -10,7 +10,6 @@ #include #include -#include typedef asmlinkage void (*relocate_new_kernel_t)( unsigned long indirection_page, diff --git a/xen/include/asm-x86/x86_64/kexec.h b/xen/include/asm-x86/x86_64/kexec.h index b9779aa9d7..c54dbb9ba6 100644 --- a/xen/include/asm-x86/x86_64/kexec.h +++ b/xen/include/asm-x86/x86_64/kexec.h @@ -10,7 +10,6 @@ #include #include -#include typedef void (*relocate_new_kernel_t)( unsigned long indirection_page, -- 2.30.2